From 7dd5c4ef07d249755f95c4d245a48c8d98de70d4 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 2 Aug 2005 14:51:06 +0000 Subject: [PATCH] A few consoled tweaks. It's not worth building by default right now as it isn;t actually used. --- .hgignore | 2 ++ tools/Makefile | 2 +- tools/consoled/Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.hgignore b/.hgignore index 247869cdba..ff135ce20b 100644 --- a/.hgignore +++ b/.hgignore @@ -86,6 +86,8 @@ ^tools/check/\..*$ ^tools/cmdline/.*$ ^tools/cmdline/xen/.*$ +^tools/consoled/consoled$ +^tools/consoled/xc_console$ ^tools/debugger/pdb/pdb$ ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.ko$ ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.mod.c$ diff --git a/tools/Makefile b/tools/Makefile index 629294e776..2c668a59b9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,7 +13,7 @@ SUBDIRS += xcutils #SUBDIRS += pygrub SUBDIRS += firmware SUBDIRS += security -SUBDIRS += consoled +#SUBDIRS += consoled .PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean diff --git a/tools/consoled/Makefile b/tools/consoled/Makefile index 879429e832..bfb3e44351 100644 --- a/tools/consoled/Makefile +++ b/tools/consoled/Makefile @@ -41,7 +41,7 @@ xc_console: xc_console.o $(OBJS): $(HDRS) -install: $(BIN) +install: $(BIN) xc_console $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR) $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR) $(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR) -- 2.30.2